Vcenter Tokenservice TokenExchange Info
This schema is deprecated as of vSphere API 7.0.2.0.
The Vcenter Tokenservice TokenExchange Info schema contains data that represents successful token exchange response.
This schema was added in vSphere API 7.0.0.0.
{
"access_token": "string",
"issued_token_type": "string",
"token_type": "string",
"expires_in": 0,
"scope": "string",
"refresh_token": "string"
}
This property is deprecated as of vSphere API 7.0.2.0.
The security token issued by the server in response to the token exchange request. Token is base64-encoded.
This property was added in vSphere API 7.0.0.0.
This property is deprecated as of vSphere API 7.0.2.0.
An identifier, that indicates the type of the security token in the Vcenter Tokenservice TokenExchange Info.access_token parameter.
This property was added in vSphere API 7.0.0.0.
This property is deprecated as of vSphere API 7.0.2.0.
A case-insensitive value specifying the method of using the access token issued.
This property was added in vSphere API 7.0.0.0.
This property is deprecated as of vSphere API 7.0.2.0.
The validity lifetime, in seconds, of the token issued by the server.
This property was added in vSphere API 7.0.0.0.
if not applicable for issued token.
This property is deprecated as of vSphere API 7.0.2.0.
Scope of the issued security token.
This property was added in vSphere API 7.0.0.0.
if the scope of the issued security token is identical to the scope requested by the client.
This property is deprecated as of vSphere API 7.0.2.0.
A refresh token can be issued in cases where the client of the token exchange needs the ability to access a resource even when the original credential is no longer valid.
This property was added in vSphere API 7.0.0.0.
if not needed for specific case of exchange.